MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / HashCalculator Class / ComputeSimpleStringHash Method / ComputeSimpleStringHash(Byte[]) Method
The binary stream as a byte array.

In This Topic
ComputeSimpleStringHash(Byte[]) Method
In This Topic
Computes a simplified hash for the specified binary stream.
Syntax
'Declaration
 
Public Overloads Shared Function ComputeSimpleStringHash( _
   ByVal stream() As Byte _
) As String
 

Parameters

stream
The binary stream as a byte array.

Return Value

The computed simplified hash as a string.
See Also